*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font:inherit; */
	vertical-align: baseline;
	box-sizing: border-box
}
*:focus {
	outline: none
}

*[hidden] {
	display: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.over-h {
	overflow: hidden;
}

a {
	text-decoration: none !important;
	cursor: pointer;
}

img {
	max-width: 100%;
}

.top30 {
	margin-top: 30px;
}

.top40 {
	margin-top: 40px;
}

.top50 {
	margin-top: 50px;
}

.top60 {
	margin-top: 60px;
}

.top70 {
	margin-top: 70px;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.img-c {
	/* width: 100%; */
	object-fit: contain
}

.text-c {
	text-align: center
}

.text-color1 {
	color: #b6b6b4
}

.text-color2 {
	color: #146fb8
}

.text-color3 {
	color: #000000
}

.text-color4 {
	color: #ffffff
}

.go {
	display: inline-block;
	line-height: 45px;
	color: #fff;
	height: 45px;
	width: 45px;
	background-color: #1270ba;
	text-align: center;
	border-radius: 50%
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.container {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	/*overflow:hidden;
	*/
}

.trade-item.active,
.type-item.active,
.ep-item.active,
.all-panel.active,
.new-list.active,
.content-item.active {
	display: block
}
#header {
	position: fixed;
	z-index: 9999;
	height: 68px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	text-align: center
}

#headTitle {
	width: 1520px;
	margin: 0 auto;
	height: 68px;
	position: relative !important;
}

.logo {
	width: 148px;
}

.logo img {
	width: 148px;
}
#siteTitle{
	display: none !important;
}
#headTitle > .row > #navbarWrapper{
	padding-left: 0;
}
.container-fluid{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0;
}
.header-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 248px);
	height: 68px;
}

.nav-box {
	display: flex;
	align-items: center;
	width: calc(100% - 340px);
}

.nav-box li {
	display: inline-block;
	font-size: 18px;
	line-height: 68px;
	position: relative;
	margin-right: 30px;
}
.nav-box li:last-child {
	margin-right: 0;
}
.nav-box li.mobile {
	display: none;
}

.nav-box li.active a {
	position: relative;
}

.nav-box li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #2972b6;
	left: 0;
	bottom: 0;
	display: none;
}

.nav-box li.active a:after {
	display: block;
}

.nav-box li  em{
	width: 10px;
	height: 6px;
	margin-left: 5px;
}
.nav-box li  em img{
	width: 10px;
	height: 6px;
}
.nav-box li:hover em img{
	transform: rotateX(180deg);
}
.nav-box li a {
	padding: 0 5px;
	color: #000;
	display: inline-block
}

.erji {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 99;
	line-height: normal;
	padding: 10px 0;
	display: none;
}

.erji a {
	line-height: 30px;
	font-size: 14px;
	color: #000 !important;
	padding: 0 0 0 24px !important;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 18px;
}

.erji a:hover {
	color: #0e6eb8 !important;
}

.erji a.ico1 {
	background-image: url(../image/ico_tm.png);
}

.erji a.ico2 {
	background-image: url(../image/ico_tb.png);
}

.nav-box li:hover .erji {
	display: block;
}

ul.parents li img {
	width: 15px;
	position: relative;
	top: 3px;
}

div.parameter {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
}

.ep-img .img-c {
	margin-bottom: 10px;
}

.menu-product {
	position: relative;
}

div.menu {
	background-color: #f6f6f6 !important;
	transition: all 0.4s ease;
}

.menu .enva .product-content {
	min-height: 300px !important;
}

.product-content li {
	margin-top: 2px !important;
}

a.prot-link {
	right: 0 !important;
}

a.more-link {
	right: 0 !important;
	bottom: 20px;
	padding: 10px 20px;
	background-color: #0C70BB;
	border: 1px solid #0C70BB;
	color: white;
}

#search-list {
	top: 22px;
}

.ep-img {
	max-height: 200px !important;
}

#search-list {
	max-height: 204px;
	overflow-y: scroll;
}

#phone {
	display: none;
}

@media (max-width: 767px) {
	#headTitle a.language img {
		height: auto !important;
		min-width: auto;
	}

	a.language {
		right: 40px;
	}

	.header-right {
		padding-right: 0 !important;
	}

	#phone {
		display: block;
	}

	#pc {
		display: none;
	}
}



.tell {
	float: left;
	padding-left: 32px;
	background: url(../image/icon_01.png) no-repeat center left;
	color: #0e6eb8;
	font-size: 18px;
	margin: 0 25px;
	font-weight: bold;
}

.search span {
	position: relative;
}

.search input {
	width: 138px;
	height: 22px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 100%;
	outline: none;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #a3a3a3;
	border-radius: 11px;
}

.search button {
	width: 18px;
	height: 20px;
	background-size: 17px 16px;
	margin-top: -12px;
	border: none;
	background: url('../image/icon-search.png') no-repeat center;
	color: transparent;
	border: none;
	position: absolute;
	top: 64%;
	right: 8px;
	z-index: 999;
}

.search-list.active {
	display: block;
}

.search-list {
	width: 100%;
	position: absolute;
	left: 0px;
	display: inline-block;
	/*border-top-left-radius: 15px;*/
	/*border-top-right-radius: 15px;*/
	height: auto;
	top: 29px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	display: none;
	z-index: 666;
}

.search-list a {
	display: block;
	margin: 0px;
	padding: 10px 0;
	font-size: 14px;
}
.icon-line{
	width: 0;
	height: 13px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #000;
	margin: 0 19px 0 11px;
}
.language {
	width: 30px;
	font-size: 18px;
	text-align: center;
	color: #000;
}
.purchase{
	width: 90px;
	height: 32px;
	margin: 0 52px 0 70px;
}
.purchase a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 32px;
	border-radius: 4px;
	background-color: #0057a6;
	border: 1px solid #0057a6;
	font-size: 15px;
	color: #FFFFFF !important;
	transition: all .6s;
}
.purchase a:hover{
    background-color: #fff;
    color: #0057a6 !important;
}

.menu-btn {
	width: 20px;
	position: absolute;
	right: 0;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.menu-btn span {
	display: block;
	height: 2px;
	background-color: #333;
	transition: all .5s ease
}

.menu-btn span:nth-child(2) {
	margin: 5px 0
}

.menu {
	width: 100%;
	position: fixed;
	top: 68px;
	background-color: rgba(255,255,255,.97);
	left: 0px;
	z-index: 3;
	color: #000;
	text-align: center;
	z-index: 33;
	border-top: 1px solid #bcbcbc;
	overflow: hidden;
	transition: all .8s ease;
	max-height: 0px;
}

.menu.active {
	max-height: 100vh;
}

.menu .enva {
	display: none;
	text-align: left;
	padding: 35px;
	overflow: hidden;
}

.prot-link {
	color: #000;
	position: absolute;
	right: 50px;
	font-size: 16px;
}

.menu-product {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	border-bottom: #d3d3d3 1px solid;
}

.menu-product dd,
.filter h4 {
	float: left;
	padding: 10px 0px;
	font-size: 18px;
	color: #000;
	margin-right: 30px;
}
.menu .nav-list{
	display: flex;
	justify-content: space-between;
	padding: 50px 0 35px;
}
.menu .nav-list.nav-list-02 li{
	width: auto;
}
.menu .nav-list.nav-list-03{
	padding: 50px 12% 35px;
}
.menu .nav-list.nav-list-05{
	padding: 50px 23.5% 35px;
}
.menu .nav-list li.nav-list-first .nav-item-bg{
	display: flex;
	flex-wrap: wrap;
}
.menu .nav-list li.nav-list-first .nav-item-bg .nav-item{
	min-width: 19%;
	margin-right: 8%;
}
.menu .nav-list li.nav-list-first .nav-item-bg .nav-item:nth-of-type(4n){
	margin-right: 0;
}

.menu .nav-list h2{
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: 2.2;
	border-bottom: 1px solid #c2c2c1;
	color: #3e3a39;
	margin: 0;
}
.menu .nav-list h2>a{
	color: #3e3a39;
}
.menu .nav-list li.nav-list-first h2{
	width: 100%;
}
.menu .nav-item-bg{
	margin-top: 15px;
}
.menu .nav-item{
	margin-bottom: 30px;
}
.menu .nav-item>a{
	width: 100%;
	font-size: 16px;
	line-height: 2.2;
	font-weight: bold;
	color: #221815;
	margin: 0;
}
.menu .nav-item>p{
	margin-bottom: 0;
	transition: all .6s;
}
.menu .nav-item>p a{
	display: block;
	font-size: 16px;
	color: #545454;
	line-height: 2.2;
}
.menu .nav-list h2:hover,
.menu .nav-list h2:hover>a,
.menu .nav-item>a:hover,
.menu .nav-item>p a:hover{
    color: #0057a6;
	cursor: pointer;
}

.menu .nav-item>p a.more{
	font-size: 14px;
    transform: scaleY(1.8);
}






/*宽屏布局*/

@media (min-width: 1024px) {
	.info-content {
		padding: 10px;
	}

	.page-content .row {
		max-width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	.container,
	.row[data-id="301"] {
		max-width: 1416px;
		margin: 0 auto;
	}
}

@media (max-width:992px) {

	.container,
	.row[data-id="301"] {
		max-width: 100%;
	}
}

.page-container{
    box-sizing: border-box;
    width: 100%;
    overflow: visible;
}
.page-wrapper {
	padding-top: 68px;
}

.page-content {
	max-width: 100%
}




.menu .enva .product-content {
	padding: 30px 0 30px 180px;
	border-bottom: #d3d3d3 1px solid;
	padding-left: 180px;
	display: inline-block;
	width: 100%;
	position: relative;
	min-height: 250px;
}

.product-content .parents {
	position: absolute;
	left: 0px;
	top: 10px;
	display: inline-block;
}

.ep-img {
	width: 100%;
	max-height: 100px;
	overflow: hidden;
}

.parameter {
	display: inline-block;
	/* width: 100%; */
	padding-left: 120px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	min-width: 24%;
}

.parameter .names {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
}

.parameter a {
	display: inline-block;
	color: #666666;
	padding: 0 10px;
	font-size: 14px;
}

.parameter a:hover {
	color: #2972b6;
}

.brand {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 30px 0 30px 180px;
}

.brand h4 {
	position: absolute;
	left: 0px;
	top: 30px;
	display: inline-block;
}

/*c end*/
.product-content li {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	width: 160px;
}

.product-content li.active,
.menu-product dd.active {
	color: #2972b6
}

.product-ep {}

.filter h4 {
	border: none
}

.trade-ep {}

.trade-ep a {
	display: inline-block;
	margin-right: 10px;
	max-width: 120px;
}

.more-link {
	padding: 10px 40px;
	border-radius: 5px;
	border: 1px solid #797979;
	color: #000;
	position: absolute;
	right: 50px;
	bottom: 40px;
}

/*深耕文化*/
.menu-industry {
	width: 20%;
	padding: 30px 0px;
	border-bottom: #d3d3d3 1px solid;
	float: left;
}

.menu-industry h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.menu-industry p {
	font-size: 14px;
	color: #000;
}

.menu-industry-list {
	padding: 30px 0;
	width: 70%;
	display: block;
	display: flex;
	flex-wrap: wrap;
	float: right;
}

.menu-industry-list li {
	display: inline-block;
	width: calc(100% / 4 - 12px);
	padding: 0 0 20px 0;
	margin-right: 15px;
}

.menu-industry-list li:nth-child(4n) {
	margin-right: 0px;
}

.menu-industry-list li a {
	color: #666;
	line-height: 20px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.menu-industry-list li a:hover {
	color: #0a6fba;
}

.menu-industry-list .tit {
	font-size: 16px;
	margin: 15px 0;
	color: #000;
	font-weight: bold;
}

.menu-industry-list p {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.menu-industry-list li .img-c {
	width: 100%;
	border: 2px #fff solid;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	min-height: 100px;
	object-fit: cover;
}

/*深耕文化 end*/
.main-banner {
	/* margin-top: 20px; */
}

.index-banner1 .swiper-slide img,
.index-banner1 .swiper-slide video {
	width: 100%;
	display: block;
	height: auto !important;
}

/* .index-banner1 .swiper-slide img{
	display: none;
} */
.toggle-page {
	position: absolute;
	bottom: 58px;
	width: 100%;
	text-align: center;
	display: inline-block;
	color: #000;
	z-index: 33;
}

.toggle-page div {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.toggle-page .swiper-pagination {
	position: static
}

.toggle-page .swiper-pagination-bullet {
	width: 3px;
	height: 20px;
	border-radius: 0;
	margin: 0 8px;
	vertical-align: middle;
	opacity: .7;
}

.toggle-page .swiper-pagination-bullet-active {
	width: 4px;
	height: 30px;
	background-color: #ffcc00
}

.toggle-page .prev {
	width: 16px;
	height: 28px;
	margin-right: 10px;
	position: relative
}

.toggle-page .prev::after,
.toggle-page .next::after {
	position: absolute;
	content: '';
	top: 8px;
	width: 13px;
	height: 13px;
	border: 3px solid;
	transform: rotate(-45deg);
	border-color: #3a3939 transparent transparent #3a3939;
	left: 0
}

.toggle-page .next {
	width: 16px;
	height: 28px;
	margin-left: 10px;
	position: relative
}

.toggle-page .next::after {
	border-color: transparent #3a3939 #3a3939 transparent;
	left: auto;
	right: 0
}

.focus-middle .toggle-page {
	bottom: 40px;
}

.index-product {
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 25px 0;
	box-shadow: 1px 1px 3px 1px #e2dede;
	margin-top: -55px;
	/*修改*/
}

.new-product {
	text-align: center;
}

.new-product .titi1 {
	font-size: 28px;
	display: inline-block;
	margin: 30px 0;
}

.scribing {
	position: relative;
}

.scribing::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #2972b6;
	bottom: -5px;
	left: 0
}

.new-prot {
	/* margin:0 30px; */
	border: 1px solid #e6e6e6;
	position: relative;
}

.new-prot .fl {
	background: url(../image/1_07.png) no-repeat top;
	background-size: cover;
	width: 350px;
	border-right: 1px solid #e6e6e6;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.new-prot .fl>p {
	position: absolute;
	font-size: 36px;
	text-align: left;
	left: 55px;
	top: 55px;
	line-height: 40px;
}

.new-prot .fl .tip {
	position: absolute;
	bottom: 25px;
	padding: 0 25px;
	width: 100%;
}

.new-prot .tip div {
	background: #2972b6;
	padding: 15px 0;
	color: #fff
}

.new-prot .tip p:nth-child(1) {
	font-size: 28px;
}

.new-prot .tip p:nth-child(2) {
	margin: 5px 0
}

.new-prot .fl .go {
	border: 1px solid #fff;
	color: #fff;
}

.new-prot .fr {
	width: calc(100% - 350px);
	overflow: hidden;
}

.new-prot .prot-item {
	float: left;
	width: 33.3%;
	padding: 25px;
	text-align: left;
	height: 280px;
	overflow: hidden;
	position: relative;

}

.new-prot .prot-item .go {
	border-radius: 0;
	width: auto;
	height: auto;
	display: inline-block;
	line-height: normal;
	padding: 5px 10px;
	font-size: 14px;
	color: #1270ba;
	background: #fff;
	border: 1px solid #1270ba;
	transition: all .5s ease;
}

.new-prot .prot-item .go:hover {
	background: #1270ba;
	color: #fff;
}

.new-prot .prot-item:hover .prot-tit {
	color: #1270ba
}

.new-prot .prot-item:nth-child(1),
.new-prot .prot-item:nth-child(2),
.new-prot .prot-item:nth-child(3) {
	border-bottom: 1px solid #e6e6e6
}

.new-prot .prot-item:nth-child(1),
.new-prot .prot-item:nth-child(4n),
.new-prot .prot-item:nth-child(3n-1) {
	border-right: 1px solid #e6e6e6
}

.new-prot .fr .text,
.new-prot .fr .img {
	display: inline-block;
}

.new-prot .fr .text {
	max-width: 48%;
}

.new-prot .fr .img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45%;
	text-align: center;
	right: 0;
	z-index: 33;
}

.new-prot .fr .img img {
	width: auto;
}

.prot-tit {
	font-size: 18px;
	margin: 10px 0;
	position: relative;
	z-index: 33;
}

.prot-item .desc {
	font-size: 14px;
}

.prot-item .price {
	margin: 20px 0
}

.index-type {
	position: relative;
}

.index-type::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #b5c7d1;
	top: 50%;
	left: 0;
	z-index: -1;
}

.index-type ul {
	display: inline-block;
	background: #fff
}

.index-type li {
	float: left;
	padding: 0 35px;
	border-right: 1px solid #6c6c6c;
	margin: 0
}

.index-type li span {
	padding: 10px 0;
	display: inline-block;
	font-size: 26px;
}

.index-type li:last-child {
	border: none
}

.index-type li.active span {
	color: #2972b6;
	border-bottom: 1px solid #2972b6;
	font-size: 28px;
}

.type-prot {
	padding: 0 120px;
	position: relative;
}

.type-prot .swiper-slide:hover h5 {
	color: #0e6eb8;
	position: relative;
}

.type-prot .swiper-slide:hover h5::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #0e6eb8;
	left: 50%;
	bottom: -5px;
	margin-left: -25px;
}

.type-prot a {
	display: block;
	padding: 5px 0;
	color: #000
}

.type-prot h5 {
	font-size: 16px;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.type-prot p {
	font-size: 14px;
}

.type-prot .swiper-button-next,
.type-prot .swiper-button-prev {
	top: 32%
}

.type-prot .swiper-button-prev {
	background: url(../image/prev1_10.png) no-repeat;
	width: 50px;
	left: 40px;
	background-position: left center;
}

.type-prot .swiper-button-next {
	background: url(../image/next2_13.png) no-repeat;
	width: 50px;
	right: 40px;
	background-position: right center;
}

.index-banner2 {
	margin-top: 0
}

.main-block {
	padding: 25px 0
}

.main-block .fl {
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	height: 840px;
}

.main-block .fr {
	width: 49%;
	overflow: hidden;
}

.main-block .block-item {
	position: relative;
}

.block-item .tit {
	position: absolute;
	left: 70px;
	top: 70px;
}

.main-block .block-item:hover img {
	transform: scale(1.05)
}

.block-item img {
	object-fit: cover;
	height: 100%;
	transition: all 0.5s ease;
}

.block-item h5 {
	font-size: 18px;
	font-weight: bold
}

.block-item .tags {
	margin-top: 50px;
}

.block-item .tags a {
	display: inline-block;
	color: #3f3f41;
	padding: 0 5px;
	border-right: 1px solid #b9b9bf;
	font-size: 14px;
}

.main-block .fr .block-item:first-child {
	height: 555px;
	margin-bottom: 30px;
	overflow: hidden;
}

.main-block .fr .block-item:last-child {
	height: 255px;
}

.news-block {
	padding: 25px 50px;
	text-align: center
}

.news-block .titles .fr {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 40px;
	width: 50%;
	text-align: center
}

.news-block .titles ul {
	display: inline-block
}

.news-block .titles li {
	float: left;
	font-size: 28px;
	padding: 0 20px;
	border-right: 1px solid#3f3f41
}

.news-block .titles li:last-child {
	border: none
}

.news-block .titles li span {
	padding: 10px 0;
	display: inline-block
}

.news-block .titles li.active span {
	color: #2972b6;
	border-bottom: 1px solid #2972b6
}

.new-list {
	width: 50%;
}

.new-list li a,
.new-list li p {
	display: inline-block;
	color: #000;
}

.new-list li a {
	padding: 25px 0 5px;
	border-bottom: 1px dotted #a8a5a5;
	width: 100%;
	text-align: left
}

.new-list li p {
	max-width: 70%;
}

.news-block .img {
	margin: 25px 0;
	box-shadow: 1px 1px 1px#c1bcbc;
	max-width: 45%;
}

.foot-bottom-bg {
	background: #333333;
	padding: 20px 0;
}
.foot-bottom{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #999
}
.foot-bottom span{
	margin-left:8px;
}
.foot-bottom a{
	color: #999;
}
.foot-bottom>div{
	margin-bottom: 4px;
}
.foot-bottom img {
	vertical-align: middle
}

/* 产品选型-选型指导 */
.condition-block {
	padding: 25px 0
}

.condition {
	padding-bottom: 30px;
}

.cond-item {
	width: 100%;
	display: inline-block;
	padding-left: 115px;
	position: relative;
}

.condition .cond-item:last-child {
	margin-bottom: 0px;
}

.cond-item h3 {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	background: #0d6fb8;
	width: 95px;
	left: 0px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.cond-item h3:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #0d6fb8;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -5px;
}

.cond-item .all-model {
	max-width: 100%;
	position: relative;
	padding-left: 120px;
}

.cond-item .all-model span.forChange:first-child {
	position: absolute;
	left: 0;
}

.cond-item .all-model span,
.cond-item .all-model i {
	width: 100px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border: 1px solid #cccccc;
	margin: 0 20px 0 0;
	float: left;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	transition: background-color .5s ease;
}

.cond-item .all-model span:hover,
.cond-item .all-model i:hover {
	cursor: pointer;
	background-color: #0d6fb8;
	color: #fff;
}

.cond-item .all-model span.active,
.cond-item .all-model i.active {
	background-color: #0d6fb8;
	color: #fff;
}

.cond-recommend {
	padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
}

.cond-recommend,
.cond-recommend a {
	color: #999999
}

.btn_reset {
	width: 95px !important;
	border: none !important;
}

/*响应式表格*/
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		/* white-space: nowrap; */
		word-break: break-all;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

/*响应式表格完*/
.cond-tab {
	margin-top: 50px;
	border-top: 1px solid #ccc;
}

.cond-tab .table-responsive tr th,
.cond-tab .table-responsive tr td {
	border: 1px solid #ccc;
	width: 180px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}

/* 产品选型-分类页 */
.prot-filiter {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
}

.prot-filiter h3 {
	color: #000;
	width: 100%;
	font-size: 18px;
	line-height: 40px;
}

.fil-list {
	display: inline-block;
	width: 100%;
}

.fil-list li {
	width: 16.66%;
	padding: 0 10px;
	float: left;
	display: inline-block;
	margin-top: 20px;
}

.fil-list li a {
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.fil-list li a img {
	max-width: 100%;
	display: inline-block;
	border: 1px solid #eeeeee;
}

.all-type-prot {
	width: 100%;
	display: inline-block;
}

.type-prot-item {
	margin-top: 30px;
}

.prot-head {
	display: block;
	width: 100%;
	font-size: 24px;
	border-bottom: 1px solid #eeeeee;
}

.prot-head h4 {
	padding: 20px 0;
	border-bottom: 3px solid #0d6fba;
	display: inline-block;
}

.models {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	position: relative;
}

.models .imgs {
	float: left;
	display: inline-block;
	width: 250px;
	top: 0px;
	left: 0px;
}

.model-all {
	float: right;
	display: inline-block;
	width: calc(100% - 300px);
}

.model-item {
	width: 25%;
	display: inline-block;
	float: left;
	margin: 20px 0px;
	padding: 0 20px;
	border-right: 1px solid #eeeeee;
}

.model-item a {
	display: inline-block;
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.model-item a:hover {
	color: #0d6fba;
}

.model-item h3 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.model-item a:hover h3 {
	color: #0d6fba;
}

.model-item p {
	font-size: 14px;
	margin-top: 10px;
}

.match-model {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}

.match-model a {
	display: inline-block;
	color: #000;
	margin-right: 10px;
	padding: 10px 20px;
	border-radius: 3px;
	background: #eee;
}

.match-model a:hover {
	background: #0d6fba;
	color: #fff;
}

/* 产品选型-产品详情 */
.loaction {
	padding: 25px 0px;
}

.loaction a {
	color: #000
}

.cp-detail {
	width: 100%;
	position: relative;
	background: #f5f5f5;
	border: 1px solid #eee;
	margin-top: 50px;
	overflow: hidden;
}

.cp-pics {
	width: 530px;
	float: left;
	display: inline-block;
}

.cp-pics .swiper-button-next,
.cp-pics .swiper-button-prev {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

.cp-pics .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../image/prev1.png)
}

.cp-pics .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/next1.png)
}

.cp-tits {
	float: right;
	width: calc(100% - 530px);
	padding-left: 50px;
	padding-top: 80px;
}

.cp-tits h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cp-tits p {
	line-height: 26px;
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
}

.cp-tits .btns {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.cp-tits .btns a {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 5px;
	color: #000;
	float: left;
	width: 150px;
	margin-right: 15px;
	text-align: center;
}

.cp-tits .btns a:last-child {
	margin-right: 0px;
}

/**/
.cp-info {
	margin-top: 50px;
	margin-bottom: 50px;
}

.cp-tits .btns .pay {
	background-color: #ff0000;
	color: #fff;
}

.cp-tits .btns .manual {
	border: 1px solid #999
}

.cp-tits .btns .compare {
	border: 1px solid #999
}

.cp-tits .btns .compare.add {
	color: #0066cc;
}

.info-tab {
	background-color: #0b6fba;
}

#product-title.fixed {
	position: fixed;
	top: 80px;
	width: 100%
}

.info-tab .container {
	padding: 0 50px;
}

.info-tab li {
	display: inline-block;
	color: #fff;
	text-align: center;
}

.info-tab li a {
	padding: 20px 40px;
	color: #fff;
	display: inline-block;
}

.info-tab li:hover {
	cursor: pointer;
}

.info-tab li.active {
	background-color: #ff0000;
	color: #fff
}

.info-content {
	padding: 50px 30px;
	/* background: #f5f5f5; */
}

.info-content>img {
	width: 100%;
	height: auto;
}

/*弹出对比代码*/
.compare-box {
	width: 1280px;
	background: #fff;
	box-shadow: 0 0 18px rgba(210, 210, 210, 1);
	padding: 9px 13px 14px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	z-index: 8888;
	transition: all .6s;
}
.alert-tip {
	display: none;
	transition: all .6s;
}

.compare-box.hiden {
	height: 0;
	padding: 0;
	transition: all .6s;
}

.alert-tip.show {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 36px;
	background-color: #0b6fba;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	position: fixed;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	z-index: 9;
	transition: all .6s;
	cursor: pointer;
}
.alert-tip.show img{
	height: 20px;
	margin-right: 6px;
}
.compare-box-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 35px;
}

.compare-box-header>span {
	font-size: 14px;
	color: #1154bd;
	cursor: pointer;
}

.compare-box-title{
	display: flex;
	margin: 0;
}
.compare-box-title span{
	padding: 0 20px;
	font-size: 14px;
	line-height: 34px;
	color: #000;
	font-weight: normal;
}
.compare-box-title span.cur{
	color: #0075ff;
	border: 1px solid #ddd;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.compare-items-bg{
	display: flex;
	justify-content: space-between;
}
.compare-items{
	display: flex;
	border: 1px solid #ddd;
	border-right: 0;
	width: calc(100% - 150px);
	padding-right: 0;
}
.compare-items-other{
	border-right: 1px solid #ddd;
}
.compare-items-other .compare-items{
	width: 100%;
	padding-right: 150px;
}
.compare-items li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	width: 25%;
	padding: 0 12px;
	margin: 18px 0;
	position: relative;
	color: #595757;
	font-size: 14px;
	border-right: 1px solid #ddd;
}
.compare-items li>ins{
	width: 100%;
	text-align: center;
}
.compare-items .del {
	display: block;
	font-size: 14px;
	color: #1154bd;
	line-height: 1.5;
	margin-top: 5px;
}
.compare-items li em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border: 2px solid #eee;
}
.compare-items li a{
	max-width: 90%;
	max-height: 90%;
}
.compare-items li a>img{
	max-width: 100%;
	max-height: 100%;
}
.compare-items li .tit {
	width: calc(100% - 90px);
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	word-break: break-all;
}

.compare-btns{
	width: 150px;
	border: 1px solid #ddd;
	border-left: 0;
	padding-top: 24px;
}
.compare-btn {
	display: flex;
	justify-content: center;
}

.compare-btn a {
	display: block;
	width: 80px;
	height: 30px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #0b6fba;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	outline: 0 none;
}

.compare-clear {
	margin-top: 10px;
	text-align: center
}

.compare-clear button {
	display: inline-block;
	width: 100%;
	background: none;
	color: #1154bd;
	font-size: 14px;
	line-height: 1.5;
	border: none;
}

/*弹出对比代码*/
/* 产品详情对比内页 */
.contrast {
	padding: 50px 0;
}

.contrast .contrast_name {
	width: 200px;
	padding: 15px 10px;
	font-size: 12px;
}

.contrast .contrast_tit {
	padding: 15px 10px;
	width: 100px;
	font-size: 15px;
	font-weight: bold;
}

.contrast thead>tr>td .contrast_name {
	font-size: 15px;
	font-weight: bold;
}

.contrast thead>tr>td,
.contrast tbody>tr>td:first-child,
.contrast .table>tbody>tr:hover>td:first-child {
	background: #f4f6f8;
}

.contrast thead>tr>td,
.contrast .table>tbody>tr>td {
	border: 1px solid #eee;
	vertical-align: middle;
}

.contrast .table>tbody>tr:hover>td {
	background: #eee;
}

/* 产品详情对比内页 end */


/* 品牌天地-联系我们 */
.contect-top {
	padding: 0 0 40px;
	overflow: hidden;
}

.contact-us {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.contact-us .text {
	width: 50%;
	display: inline-block;
	float: left;
}

.contact-us .text h3 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
}

.contact-us .text p {
	font-size: 15px;
	color: #666;
	padding: 10px 0;
}

.contact-us .maps {
	display: inline-block;
	width: 40%;
	float: right;
	margin-top: 10px;
}
.contact-us .maps img{
	width: 100%;
}
/* 品牌天地-关于我们 */
.contact-about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 50px 0;
}

.contact-about .text {
	display: inline-block;
	width: 50%;
	padding-right: 50px;
}
.about-jion .all-jobs{
	margin-bottom: 50px;
}
.contact-about .text h3,
.about-list h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact-about .text p,
.about-list p {
	line-height: 30px;
	font-size: 15px;
}

.contact-about .imgs {
	display: inline-block;
	width: 50%;
	float: left;
}

.about-banner {
	margin: 50px 0 0;
}

.about-list {
	margin-top: 50px !important;
}
.about-list>h3{
	margin-bottom: 15px;
}
.about-list>p{
	font-size: 15px;
	color: #666;
}
.about-list .listing {
	display: inline-block;
	width: 100%;
}

.about-list .listing .text {
	width: 22.75%;
	margin-right: 3%;
	display: inline-block;
	float: left;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
}

.about-list .listing .text img {
	display: inline-block;
}

.about-list .listing .text p {
	height: 50px;
	line-height: 50px;
	background: rgba(14, 110, 184, .8);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.about-list .listing .text:last-child {
	margin-right: 0px;
}

/* 品牌天地-品质保障 */
.contact-guarantee {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.contact-guarantee .bz-img{
	margin-bottom: 50px;
}
.contact-border {
	border-top: 1px solid #eee;
}

.contact-guarantee .text h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact-guarantee .text h4 {
	font-size: 18px;
	color: #999;
	margin-bottom: 20px;
	font-weight: normal;
}

.contact-guarantee .text p {
	line-height: 30px;
	font-size: 15px;
}

.contact-guarantee .list-imgs {
	display: inline-block;
	width: 100%;
}

.contact-guarantee .list-imgs .listing {
	width: 22.75%;
	margin-right: 3%;
	display: inline-block;
	float: left;
	margin-top: 50px;
}

.contact-guarantee .list-imgs .listing:last-child {
	margin-right: 0px;
}

.contact-guarantee .list-imgs .listing img {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 5px;
}

.contact-guarantee .list-imgs .listing p {
	font-size: 14px;
	margin-top: 20px;
}

.guarantee-text {
	position: relative;
}

.about-list .tit {
	background: #f4f4f4;
	font-size: 14px;
	padding: 20px 10px;
	line-height: 20px;

}

/* 品牌天地-加入飞凌 */
.jion-ul {
	width: 100%;
	display: inline-block;
}

.jion-ul li {
	display: inline-block;
	width: 33.33%;
	float: left;
	padding: 15px;
}

.jion-head {
	background: #0c6eb9;
	color: #fff;
}

.job-item {
	margin-top: 10px;
}

.top-box {
	background: #f4f4f4;
	cursor: pointer;
}

.top-box li {
	font-size: 15px;
}

.job-detail {
	display: none;
}

.job-item.active .job-detail {
	display: block;
	background: #f4f4f4;
	padding: 30px;
	margin-top: -2px;
	font-size: 14px;
	line-height: 24px;
}

.job-item.active .top-box {
	background: #c5def1;
}

/*面包屑*/
.breadcrumb {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.breadcrumb li,
.breadcrumb li a{
	font-size: 16px;
	color: #ababab;
	line-height: 2;
}

.breadcrumb:after {
	display: none;
}

/*内页banner*/
.main-img {
	margin-top: 0px;
}

/*分页切换*/
.change-mune {
	display: inline-block;
	width: 100%;
	margin: 20px auto 30px auto;
	background: #e8e8e8;
	padding: 10px;
}

.change-mune.block {
	display: block;
}

.change-mune li {
	margin-right: 20px;
	display: inline-block;
}

.change-mune li:last-child {
	margin-right: 0px;
}

.change-mune li a{
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	font-size: 18px;
}
.change-mune li a:hover{
    color: #0057a6;
}

.change-mune li.active a {
	background: #0c70bb;
	color: #fff;
}

/* 解决方案-列表样式 */
.top30 {
	margin-top: 30px;
}

.list,
.article {
	border: none;
	box-shadow: none;
}

.industry {
	margin-bottom: 50px;
	display: block;
	width: 100%;
}

.industry .list-item {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.industry .list-item a {
	display: block;
	width: 100%;
}

.industry .list-item .col-imgs {
	padding-left: 40px;
}

.industry .list-item:nth-child(even) .col-imgs {
	padding-right: 40px;
	padding-left: 0px;
}

.industry .list-item .col-imgs img {
	border-radius: 5px;
	border: 1px solid #eee;
}

.industry .list-item .tit {
	font-size: 16px;
	line-height: 1.5;
	color: #282828;
}

.industry .list-item .text {
	font-size: 15px;
	color: #666;
	padding: 10px 0 40px;
	line-height: 1.8;
}

.industry .list-item h4,
.more-cp h3 {
	font-size: 16px;
	color: #000;
}

.industry .list-item .imgs,
.more-cp .imgs {
	display: inline-block;
	width: 100%;
}

.industry .list-item .imgs a,
.more-cp .imgs a {
	display: inline-block;
	width: calc(20% - 10px);
	float: left;
	margin-right: 10px;
	border: 1px solid #eeee;
	border-radius: 5px;
	margin-top: 20px;
}

/*分页*/
.page {
	text-align: center;
	padding: 0;
}

.page li {
	display: inline-block;
	font-size: 16px;
	margin: 0 7px;
}
.page-new-row{
    margin-bottom: 30px;
}

#goto-input{
	width: 36px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	margin: 0 5px;
	color: #888;
}

.page li a {
	color: #000;
	padding: 5px 8.6px;
	border: 1px solid rgba(238,238,238,1);
	border-radius: 5px;
	display: block;
}

.page li a.active {
	background-color: #0057a6;
	border: 1px solid #0057a6;
	color: #fff;
}
.page li span em{
	display: inline-block;
	transform: scaleY(1.6);
}

/* 解决方案-内页 */
.solution.container {
	margin-top: 0px;
}

.solution-content {
	margin-top: 30px;
	padding: 0 40px 0px
}

.solution-content h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.solution-content .img img {
	max-width: 100%;
	object-fit: contain;
	margin: 20px 0
}

.solution-content .detail p {
	line-height: 26px;
	text-indent: 2em
}

.more-cp {
	margin-top: 50px;
	border-top: 1px solid #eee;
	padding-top: 50px;
	margin-bottom: 50px;
}

/* 项目定制-项目介绍 */
.all-header {
	display: inline-block;
	width: 100%;
}

.all-center {
	text-align: center;
}

.all-header h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.all-header p {
	line-height: 30px;
	font-size: 15px;
	padding: 0 50px;
}

/**/
.introduce-list {
	display: inline-block;
	width: 100%;
}

.introduce-list .listing {
	display: inline-block;
	float: left;
	width: calc(calc(100% - 100px) / 3);
	margin-right: 50px;
	background: #f6f6f6;
	padding: 50px 30px;
	margin-top: 30px;
	border-radius: 5px;
}

.introduce-list .listing:last-child {
	margin-right: 0px;
}

.introduce-list .listing h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.introduce-list .listing:nth-child(1) h3 {
	color: #77ae00;
}

.introduce-list .listing:nth-child(2) h3 {
	color: #ff5400;
}

.introduce-list .listing:nth-child(3) h3 {
	color: #0096d9;
}

.Pattern-list .listing {
	background: none;
	padding: 0px;
}

.introduce-list.Pattern-list .listing h3 {
	color: #0096d9;
}

.introduce-list .listing p {
	font-size: 14px;
	line-height: 24px;
}

.introduce-list .listing span {
	margin-right: 10px;
	display: inline-block;
}

.process-list {
	display: inline-block;
	width: 100%;
}

.process-list .listing {
	width: calc(100% / 7);
	display: inline-block;
	float: left;
	text-align: center;
}

.process-list .listing .imgs {
	text-align: center;
	background: #0c70bb;
	border-radius: 50%;
	border: 5px solid #d1e4f2;
	display: inline-block;
	margin-top: 30px;
}

.process-list .listing p {
	text-align: center;
	margin-top: 20px;
	width: 100%;
	display: block;
	color: #0c70bb;
}

/* 项目制定-软件硬件 */
.customized {
	display: inline-block;
	width: 100%;
}

.customized .listing {
	width: calc(calc(100% - 100px) / 3);
	float: left;
	display: inline-block;
	margin-top: 30px;
	border: 1px solid #eee;
	margin-right: 50px;
}

.customized .listing:last-child {
	margin-right: 0px;
}

.customized .listing .imgs {
	padding: 50px 0;
	display: block;
}

.customized .listing .text {
	background: #efefef;
	padding: 50px 30px;
	display: block;
	min-height: 230px;
}

.customized .listing .text h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.customized .listing .text p {
	font-size: 14px;
	line-height: 24px;
}

.hard-other .listing .text {
	min-height: 255px;
}

/* 项目定制-生产代工 */
.oem {
	display: inline-block;
	width: 100%;
	background: #f5f5f5;
	padding: 100px 100px;
}

.oem .imgs {
	width: 260px;
	float: left;
	display: inline-block;
}

.oem .text {
	float: right;
	width: calc(100% - 360px);
	display: inline-block;
	text-align: left;
}

.oem .text h3 {
	margin-top: 50px;
	text-align: left;
}

.oem .text p {
	padding: 0px;
}

/*售后服务*/
.sale {
	display: inline-block;
	width: 100%;
	margin: 30px 0;
	border-bottom: 1px solid #eee;
}

.sale_list {
	width: 100%;
}

.sale_list.sale_first .name h3 {
	font-size: 24px;
	color: #000;
	margin: 0;
}

.sale_list .name {
	border-bottom: 1px solid #eee;
}

.sale_list .name h3 {
	color: #0e6eb8;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 20px 0;
	margin: 0;
	border-bottom: 2px solid #0e6eb8;
}

.sale_list .text {
	padding: 30px;
	display: block;
	line-height: 30px;
	font-size: 15px;
	margin: 30px 0;
}

.text-first {
	background: #f0f0f0;
}

.sale-down {
	margin-top: 20px;
	display: inline-block;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	color: #0e6eb8;
	background: url(/file.php?f=source/default/wide/下载.png&t=png&o=source&s=&v=1572250578) no-repeat left center;
}

/* 技术支持-支持内容 */
.sale_50 {
	display: inline-block;
	width: 100%;
}

.sale_50 .sale_list {
	width: calc(50% - 20px);
	display: inline-block;
	float: left;
	margin-right: 40px;
}

.sale_50 .sale_list .text-first {
	min-height: 240px;
}

.sale_50 .sale_list:nth-child(2n) {
	margin-right: 0px;
}
.sale.sale-top0{
	margin-top: 0;
}
.sale.sale-b0{
	border: 0;
	margin-bottom: 0;
}
/* 表单 */
.inline {
	display: inline-block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
}

.tech-form {
	display: block;
	padding: 50px 0;
	width: 100%;
	margin-top: 30px;
}

.tech-form.block {
	display: block;
}

.tech-form .form-inline-block {
	display: inline-block;
	width: calc(calc(100% - 30px) / 2);
	float: left;
	margin-right: 30px;
	padding-left: 66px;
	position: relative;
	margin-bottom: 30px;
}

.form-block,
.tech-form .form-check {
	display: inline-block;
	width: 100%;
	padding-left: 66px;
	position: relative;
	margin-bottom: 30px;
}
.tech-form .sub{
	display: flex;
	padding-left: 0;
	justify-content: center;
	margin-bottom: 50px;
}
.Verification {
	display: inline-block;
	width: calc(calc(100% - 30px) / 2);
	padding-left: 100px;
	padding-right: 150px;
	position: relative;
	margin-bottom: 30px;
}

.tech-form .form-inline-block.from-margino {
	margin-right: 0px;
}

.tech-form .form-inline-block label,
.tech-form .form-block label,
.tech-form .Verification label,
.tech-form .form-check span {
	position: absolute;
	left: 0px;
	height: 42px;
	line-height: 42px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.tech-form .form-inline-block input,
.tech-form .form-inline-block select,
.tech-form .Verification input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #d8d8d8;
	padding: 0 10px;
	border-radius: 5px;
}

.tech-form .form-block textarea {
	width: 100%;
	min-height: 100px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 10px;
}

.tech-form .Verification span {
	position: absolute;
	right: 0px;
	top: 5px;
	display: inline-block;
}

.tech-form .form-check label {
	height: 42px;
	line-height: 42px;
	display: inline-block;
	margin-right: 10px;
}

.sub {
	display: inline-block;
	width: 100%;
}

.sub input,
.sub a,
.sub button {
	width: 200px;
	height: 45px;
	line-height: 45px;
	background: #0e6eb8;
	color: #fff;
	border-radius: 5px;
	border: none;
	display: inline-block;
	text-align: center;
}

.sub a {
	background: #f0f0f0;
	border-color: #d8d8d8;
	color: #000;
	margin-left: 30px;
}

.form-tit {
	padding: 0px 0 30px;
	font-size: 16px;
}

/* 新闻 */
.new-page {
	width: 100%;
}

.new-page .new-listing {
	width: calc(calc(100% - 105px) / 4);
	padding: 0;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
}

.new-page .new-listing:nth-child(4n) {
	margin-right: 0px;
}

.new-page .new-listing a {
	float: left;
	display: block;
	width: 100%;
	color: #000;
	/*margin-bottom: 50px*/
}

.new-page .new-listing a .imgs {
	width: 100%;
	display: block;
	padding: 3px;
	border: 1px solid #eee;
}

.new-page .new-listing h3 {
	font-size: 16px;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	margin-top: 10px;
}

.new-page .new-listing h4 {
	font-size: 14px;
	height: 40px;
	line-height: 16px;
	overflow: hidden;
	padding: 10px 0;
	font-weight: normal;
}

.new-page .new-listing p {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}

/**/
.showy {
	position: fixed;
	right: -110px;
	top: 30%;
	z-index: 999;
	display: inline-block;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	height: auto;
	overflow: hidden;
	transition: right .5s ease;
}

.showy:hover {
	right: 0px;
}

.clos {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 10px;
	left: -15px;
	top: -15px;
	background: #0b6fba;
	border-radius: 50%;
	border: none;
	color: #fff;
	display: none;
}

.showy .listing {
	display: block;
}

.showy .listing a {
	display: inline-block;
	padding-left: 40px;
	background: #0b6fba;
	font-size: 12px;
	text-align: left;
	height: 40px;
	line-height: 40px;
	width: 150px;
	color: #fff;
	margin-bottom: 1px;
}

.showy .listing a.tells {
	padding-left: 0px;
	background: #fe0000;
	text-align: center;
	font-size: 14px;
	background-image: url(../image/call.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 25px auto;
	padding-left: 30px;
}

.showy .listing a.qq {
	background: url(../image/icon_02.png) no-repeat 10px center #0b6fba;
	background-size: 15%;
}

.showy .listing a.web {
	background: url(../image/icon_03.png) no-repeat 10px center #0b6fba;
	background-size: 15%;
}

.showy .listing a.msg {
	background: url(../image/icon_04.png) no-repeat 10px center #0b6fba;
	background-size: 15%;
}

/*====================================================================================*/

/* 产品中心 */
#products .header {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

#products .header:after {
	font-family: ZenIcon;
	font-weight: normal;
	content: " \e6bd";
	font-size: 14px;
}

.list-products .card {
	margin-bottom: 15px;
	box-shadow: none;
	margin-top: 10px;
	border-radius: unset;
}

.list-products .card a {
	display: inline-block;
}

.card .img {
	text-align: center;
}

.card .text-ellipsis {
	position: relative;
	padding: 5px 0;
	padding-right: 70px;
}

.card .btn {
	position: absolute;
	top: 5px;
	right: 0;
	background-color: #0c6fb8;
	border-color: #0c6fb8;
}

.card .btn:hover {
	background-color: #0c6fb8;
	border-color: #0c6fb8;
}

#mainContainer,
#products .row>.col {
	padding: 0;
}

.list-content {
	margin: 0 -10px;
	overflow: hidden;
}

.list-content .list-item {
	width: 20%;
	float: left;
	padding: 0 10px;
	min-height: 300px;
}

.div_pc {
	display: block;
}

.div_phone {
	display: none;
}

#cnzz_stat_icon_1256519285 {
	display: none;
}

@media (min-width: 768px) {
	.list header {
		border: 1px solid #e5e5e5;
		overflow: hidden;
	}

}


/*big pc*/
@media (min-width: 1199px) and (max-width: 1440px) {
	.list-content .list-item {
		width: 25%;
	}
}

/*littil */
@media (min-width: 992px) and (max-width: 1281px) {
	.logo {
		width: 180px;
	}

	.menu-industry-list li {
		width: calc(100% / 3 - 12px);
	}

	.menu-industry-list li:nth-child(3n) {
		margin-right: 0px;
	}

	.menu-industry-list li:nth-child(4n) {
		margin-right: 15px;
	}

	/*产品*/
	.model-item {
		width: 33.33%;
	}

	.cp-pics {
		width: 450px;
	}

	.cp-tits {
		width: calc(100% - 450px);
		padding-top: 65px;
	}

	.cp-tits .btns a {
		width: 110px;
		font-size: 14px;
		padding: 12px 0;
	}
	.nav-box li {
		font-size: 17px;
		line-height: 68px;
		position: relative;
		margin-right: 15px;
	}
	.purchase{
		margin-left: 30px;
	}

}

@media screen and (max-width: 1080px){
	#header .logo img,
	#header .nav-box li em img {
	    -webkit-filter: grayscale(0%);
	    -moz-filter: grayscale(0%);
	    -ms-filter: grayscale(0%);
	    -o-filter: grayscale(0%);
	    filter: grayscale(0%);
	}
	/*header*/
	.showy,
	.cp-tits .btns .compare,
	.compare-box {
		display: none;
	}
	
	#headTitle>.row>#siteTitle,
	.search,
	.menu {
		display: none !important;
	}
	
	#headTitle>.row>#navbarWrapper {
		width: 100%;
	}
	
	#headTitle.with-navbar {
		height: 70px;
	}
	
	#header {
		height: 71px;
	}
	
	.container-fluid {
		position: relative;
		text-align: left;
		height: 70px;
	}
	
	.header-right.active {
		max-height: 100%;
	}
	
	.header-right {
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		background: #fff;
		border-top: 0;
		max-height: 0;
		overflow: hidden;
	}
	.header-right .nav-box{
		width: 200px;
		padding-top: 10px;
	}
	.header-right .nav-box li{
		padding-left: 30px;
		text-align: left;
	}
	.header-right .nav-box a{
		font-size: 16px;
		padding: 0;
	}
	.nav-box li a:after{
		height: 2px;
	}
	.header-right.active{
		height: calc(100vh - 60px);
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.header-right.active .purchase{
		position: fixed;
		width: 80px;
		height: 26px;
		margin: 0;
		top: 22px;
		right: 100px;
		z-index: 999;
	}
	.header-right.active .purchase>a{
		width: 80px;
		height: 26px;
		font-size: 15px;
	}
	.header-right.active .icon-line,
	.header-right.active .search{
		display: none;
	}
	.header-right.active .language{
		display: block;
		position: fixed;
		font-size: 14px;
		line-height: 26px;
		margin: 0;
		top: 22px;
		right: 60px;
		color: #333 !important;
		z-index: 999;
	}
	.menu-btn {
		display: block;
	}
	
	.logo {
		width: 180px;
		position: relative;
		left: 0px;
		display: inline-block;
	}
	
	.header-right {
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, .93);
		border-top: 1px solid #ccc;
		max-height: 0;
		overflow: hidden;
	}
	
	.language {
		margin-top: -15px;
	}
	
	.header-right.active {
		max-height: 100vh;
		padding-right: 0;
	}
	
	.nav-box {
		padding-top: 30px;
		width: 100%;
	}
	
	.nav-box li {
		display: inline-block;
		width: 100%;
		text-align: center;
		line-height: 60px;
		color: #fff;
	}
	
	.nav-box li a {
		color: #fff;
	}
	
	.menu-btn {
		display: block;
	}
	
	.menu-btn.active span {
		margin: 0;
	}
	
	.menu-btn.active span:nth-child(2) {
		display: none
	}
	
	.menu-btn.active span:first-child {
		transform: rotate(-45deg);
		margin-bottom: -1px;
	}
	
	.menu-btn.active span:last-child {
		transform: rotate(45deg);
		margin-top: -2px
	}
	/*header*/
	#block284 .foot-top .fr {
		display: none;
	}
	
	#block284 .foot-top .fl,
	#block284 .links {
		width: 100%;
	}
	
	#block284 .links li {
		width: 33.33%;
	}
	
	/*banner*/
	.page-wrapper {
		padding-top: 70px !important;
	}
}
/*pad 及手机端*/
@media screen and (max-width: 1025px) {
	/*产品*/
	.model-item {
		width: 50%;
	}

	.cp-pics {
		width: 350px;
	}

	.cp-tits {
		width: calc(100% - 350px);
		padding-top: 50px;
	}

	.cp-tits .btns a {
		width: 40%;
		font-size: 14px;
		padding: 12px 0;
		margin-right: 5%;
	}

	.cp-detail {
		padding-bottom: 30px;
		background: none;
	}

	/*新闻*/
	.new-page .new-listing {
		width: calc(calc(100% - 60px) / 3);
	}

	.new-page .new-listing:nth-child(3n) {
		margin-right: 0px;
	}

	.new-page .new-listing:nth-child(4n) {
		margin-right: 30px;
	}

	.new-page .new-listing a .imgs {
		text-align: center;
	}

	/**/
	/*解决方案*/
	.industry .list-item .col-imgs {
		display: none;
	}

	/*单页*/
	/*关于我们*/
	.contact-about .text,
	.contact-about .imgs,
	.contact-us .text,
	.contact-us .maps {
		width: 100%;
	}

	.contact-about .text {
		padding: 0px;
	}

	.contact-about .imgs,
	.about-banner {
		text-align: center;
		margin-top: 30px;
	}

	.contact-us .maps {
		padding: 0px;
		margin-top: 30px;
	}

	.contact-guarantee .list-imgs .listing {
		width: 47.5%;
		margin-right: 5%;
	}

	.contact-guarantee .list-imgs .listing:nth-child(2n) {
		margin-right: 0px;
	}

	/*定制*/
	.tech-form {
		margin-top: 30px;
	}

	.customized .listing {
		width: calc(calc(100% - 60px) / 3);
		margin-right: 30px;
	}

	.customized .listing .text {
		padding: 20px;
	}

	.oem {
		padding: 30px;
	}

	.oem .text h3 {
		margin-top: 0px;
		text-align: center;
	}

	.process-list .listing {
		width: calc(88% / 7);
		margin-right: 2%;
	}

	.process-list .listing:last-child {
		margin-right: 0px;
	}

	.list-content .list-item {
		width: 33.33333%;
	}
}

/*pad*/
@media screen and (max-width: 992px) {

	/*首页兼容*/
	#block3.panel-block .panel-body .card>.media {
		width: 200px;
		height: 161px;
		position: absolute;
		right: 0px;
		top: 0px;
	}

	#block3.panel-block .panel-body .card {
		position: relative;
		padding: 0 210px 0 30px;
		height: 210px;
	}

	.block-item .tit {
		left: 40px;
		top: 40px;
	}

}

@media screen and (max-width: 768px) {

	/*首页兼容*/
	#block3.panel-block .panel-body .card>.media {
		position: relative;
		width: 100%;
	}

	#block3.panel-block .panel-body .card {
		height: auto;
		padding: 0px;
	}

	.infor-text .panel-body .cards-custom .card>.card-heading {
		font-size: 14px;
	}

	.block-item .tit {
		left: 40px;
		top: 40px;
	}

	#block284 .foot-top .fr {
		display: none;
	}

	#block284 .foot-top .fl,
	#block284 .links {
		width: 100%;
	}

	#block284 .links li {
		width: 33.33%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {}

/*phone*/
@media (max-width: 767px) {

	/*首页兼容*/
	#block3.panel-block .panel-body .card>.media {
		position: relative;
		width: 100%;
	}

	#block3.panel-block .panel-body .card {
		height: auto;
		padding: 0px;
	}

	.infor-text .panel-body .cards-custom .card>.card-heading {
		font-size: 14px;
	}

	.block-item .tit {
		left: 40px;
		top: 40px;
	}

	#block284 .foot-top,
	.panel-block .panel-body>.ul-list>li>.pull-right {
		display: none;
	}

	.panel-block .panel-body>.ul-list>li>.pull-right {
		top: 0px !important;
	}

	#block284 .foot-top .fl,
	#block284 .links {
		width: 100%;
	}

	#block280 .trade-block h2 {
		font-size: 24px;
		line-height: 40px;
	}

	#block3.panel>.panel-heading,
	#block271 .navbtn a,
	#block281 .navbtnT a,
	.prot-head {
		font-size: 18px;
	}

	#block3 .panel-body .cards-custom .card>.card-heading>strong,
	#block3 .panel-body .cards-custom .card>.card-heading>span,
	#block280 .all-contens h3 {
		font-size: 16px;
	}

	#block3 .panel-body .cards-custom .card>.card-content,
	#block280 .all-contens p {
		font-size: 14px;
		line-height: 28px;
	}

	.foot-bottom {
		font-size: 12px;
	}

	.panel-body .cards-custom .card>.card-heading {
		padding: 10px !important;
	}

	#block3.panel>.panel-heading strong {
		padding: 15px 0;
	}

	.main-block .fl,
	.main-block .block-item {
		width: 100%;
		height: 300px !important;
		overflow: hidden;
	}

	.main-block .block-item {
		margin-top: 10px;
		margin-bottom: 0px !important;
	}

	.block-item .tit {
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		padding: 20px;
	}

	.main-block .fr {
		width: 100%;
	}

	#block280 .trade-block .content {
		padding: 0px 10px;
	}

	#block280 .trade-block ul {
		padding: 30px 0;
	}

	/*产品*/
	.fil-list li {
		width: 33.33%;
	}

	.models .imgs img {
		display: none;
	}

	.model-all {
		width: 100%;
	}

	.model-item {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #eee;
		padding: 0px;
	}

	.model-all .model-item:last-child {
		margin-bottom: 0px;
	}

	.cond-item {
		padding-left: 0px;
	}

	.cond-item .all-model {
		padding: 0;
	}

	.cond-item .all-model span.forChange:first-child {
		position: relative;
	}

	.btn_reset {
		width: auto !important;
	}

	.cond-item h3 {
		width: 100%;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		display: block;
		position: relative;
		margin-bottom: 10px;
	}

	.cond-item h3:after {
		display: none;
	}

	.cond-item .all-model span,
	.cond-item .all-model i {
		width: 70px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		margin: 0 10px 10px 0;
	}

	.cond-recommend {
		line-height: 24px;
		font-size: 14px;
	}

	.cp-pics {
		width: 100%;
		border-bottom: 1px solid #eee;
		margin-bottom: 30px;
	}

	.cp-tits {
		width: 100%;
		padding: 0 20px;
		position: static;
		top: 0;
		transform: translateY(0);
	}

	.info-tab .parents {
		display: inline-block;
		width: 100%;
	}

	.info-tab li {
		width: 32.2%;
		display: inline-block;
		background-color: #0a6fba;
		text-align: center;
	}

	.info-tab li a {
		padding: 10px;
		font-size: 14px;
	}

	#product-title.fixed {
		top: 70px
	}

	.info-content {
		line-height: 24px;
		font-size: 14px;
		padding: 30px;
	}

	.new-page .new-listing {
		width: 100%;
		margin-right: 0px;
	}

	.new-page .new-listing a .imgs,
	.oem .imgs {
		text-align: center;
	}

	.solution-content {
		padding: 0px;
		margin-top: 0px;
	}

	.solution-content h4 {
		margin-bottom: 30px;
	}

	.more-cp {
		margin: 30px 0;
	}

	.more-cp .imgs a {
		width: calc(33.33% - 10px);
	}

	.industry .list-item .imgs a {
		width: calc(50% - 10px);
	}

	.industry .list-item .imgs a:nth-child(2n) {
		margin-right: 0px;
	}

	.change-mune li {
		width: calc(50% - 14px);
		margin-bottom: 10px;
	}

	.change-mune li:nth-last-child(1),
	.change-mune li:nth-last-child(2) {
		margin-bottom: 0px;
	}

	.change-mune li:nth-child(2n) {
		margin-right: 0px;
	}

	.change-mune li a {
		width: 100%;
		padding: 0;
		display: inline-block;
	}

	.industry .list-item {
		margin-top: 0px;
		border: 1px solid #eee;
		padding: 0 15px 15px;
		margin-bottom: 20px;
	}

	/*单页*/
	/*关于我们*/
	.about-list .listing .text {
		width: 100%;
		margin-right: 0;
	}

	.contact-about .text h3,
	.about-list h4,
	.contact-guarantee .text h3,
	.oem .text h3,
	.all-header h3,
	.sale_list.sale_first .name h3 {
		font-size: 20px;
		line-height: 40px;
	}

	.contact-guarantee .text h4 {
		font-size: 16px;
	}

	.contact-about .text p,
	.about-list p,
	.contact-guarantee .text p,
	.form-tit,
	.oem .text p,
	.all-header p {
		line-height: 24px;
		font-size: 14px;
	}

	.about-list {
		margin-top: 30px;
	}

	.top70,
	.top50,
	.top60 {
		margin-top: 30px;
	}

	/*定制*/
	.all-header p {
		padding: 0 10px;
		text-align: left;
	}

	.customized .listing,
	.tech-form .form-inline-block,
	.oem .imgs,
	.oem .text,
	.introduce-list .listing {
		width: 100%;
		margin-right: 0px;
	}

	.customized .listing .text {
		min-height: inherit;
	}

	.customized .listing .imgs {
		padding: 30px 0;
	}

	.tech-form .form-inline-block,
	.form-block,
	.tech-form .form-check {
		padding-left: 0px;
		margin-bottom: 10px;
	}

	.tech-form .form-inline-block label,
	.tech-form .form-block label,
	.tech-form .Verification label,
	.tech-form .form-check span,
	.Verification {
		font-size: 13px;
		position: relative;
		width: 100%;
		display: inline-block;
	}

	.Verification {
		padding-left: 0px;
	}

	.tech-form .Verification span {
		bottom: 0px;
		top: inherit;
	}

	.sub input,
	.sub a,
	.sub button {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
	}

	.oem .text {
		margin-top: 30px;
	}

	.Pattern-list .listing {
		width: 100%;
		margin-right: 0px;
	}

	.introduce-list .listing:first-child {
		margin-top: 0px;
	}

	.process-list .listing {
		width: 49%;
	}

	.process-list .listing:nth-child(2n) {
		margin-right: 0px;
	}

	.introduce-list .listing,
	.sale_list .text {
		padding: 20px;
	}

	.sale_50 .sale_list {
		width: 100%;
		margin: 0px;
	}

	.list-content .list-item {
		width: 50%;
	}
}

@media (max-width: 321px) {}

.trade-block {
	padding: 50px 0;
	background: no-repeat center;
	color: #fff;
	text-align: center;
	background-size: 100% 100%;
}

.trade-block h2 {
	font-size: 28px;
}

.trade-block .tit-desc {
	margin: 20px 0;
	font-size: 14px;
}

.trade-block .content {
	padding: 0 50px;
	overflow: hidden;
	position: relative;
}

.trade-block ul {
	width: 240px;
	padding: 60px 0;
	border-right: 1px solid #bfbfbf
}

.trade-block li {
	padding: 10px 0
}

.trade-block li span {
	display: inline-block;
	padding: 5px 30px
}

.trade-block li.active span {
	background: #0384e9;
	border-radius: 5px;
}

.trade-block .all-contens {
	position: absolute;
	left: 340px;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	text-align: left
}

.all-contens h3 {
	font-size: 30px;
	margin: 15px 0
}

.all-contens p {
	line-height: 28px;
}

.all-contens a {
	color: #fff
}

.all-contens .recommend {
	font-size: 14px;
	margin: 50px 0
}

.all-contens .recommend a {
	margin: 0 10px;
}

.all-contens .recommend a:hover {
	color: red;
}

.all-contens .detail {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 14px;
	transition: all .5s ease;
}

.all-contens .detail:hover {
	background: #0384e9;
	border: none;
	border: 1px solid #0384e9;
}

.all-contens .more a:first-child {
	padding: 10px 20px;
	border: 1px solid #fff;
	margin-right: 20px;
	display: inline-block;
}

.all-contens .more a:last-child {
	padding: 10px 20px;
	background: #0384e9;
}


@media screen and (max-width: 1600px) {
	.new-prot .prot-item {
		padding: 15px;
	}

	.new-prot .fr .text {
		max-width: 48%;
	}

	.new-prot .fr .img {
		max-width: 45%;
	}

	.new-prot .fl>p {
		font-size: 30px;
	}
}

@media screen and (max-width: 1440px) {
	.new-prot .fl>p {
		font-size: 24px;
		left: 20px;
		top: 20px;
	}

	.new-prot .fl .tip {
		padding: 0 10px;
		bottom: 10px
	}

	.new-prot .fr .img {
		max-width: 42%;
		right: 15px;
	}

	.new-prot .prot-item {
		height: 280px;
	}

	.main-block .fl {
		height: 740px;
	}

	.main-block .fr .block-item:first-child {
		height: 505px;
	}

	.main-block .fr .block-item:last-child {
		height: 205px;
	}

	.block-item .tit {
		left: 30px;
		top: 30px;
	}

	.news-block .titles .fr {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 1080px) {
	#pc{
		display: none;
	}
	#phone{
		display: block;
	}
	.nav-box li.mobile {
		display: inline-block;
	}

	.index-banner1 .swiper-slide img {
		display: block;
	}

	.index-banner1 .swiper-slide video {
		display: none;
	}

	.toggle-page {
		bottom: 65px;
	}

	.focus-middle .toggle-page {
		bottom: 15px;
	}

	.index-product .titi1,
	.index-type li span,
	.new-prot .tip p:nth-child(1),
	.trade-block h2,
	.news-block .titles li,
	.all-contens h3 {
		font-size: 18px;
	}

	.new-prot .fl {
		float: none;
		position: relative;
		height: 300px;
		width: 100%;
		display: none;
	}

	.new-prot .fr {
		float: none;
		width: 100%;
	}

	.main-block .fl {
		height: 640px;
	}

	.main-block .fr .block-item:first-child {
		height: 455px;
	}

	.main-block .fr .block-item:last-child {
		height: 155px;
	}

	.block-item .tags {
		margin-top: 10px;
	}

	.trade-block ul {
		width: 150px
	}

	.trade-block .all-contens {
		left: 200px;
		right: 0
	}

	.trade-block .content {
		padding: 0
	}

	.news-block {
		padding: 25px 0
	}

	.new-list li a {
		padding: 15px 0 5px;
	}

	.header-right {
		background: rgba(0, 0, 0, 0.4);
		padding: 0 !important;
	}

	.header-right ul.nav-box {
		width: 180px;
		float: right;
		flex-wrap: wrap;
		height: 100%;
		background: #fff;
	}

	.nav-box li {
		width: 100%;
		line-height: 35px;
		margin-bottom: 10px;
	}

	.nav-box li a {
		color: #000;
	}
}

@media screen and (max-width: 801px) {
	.index-product {
		top: 0;
		padding: 0;
	}

	.product-content li {
		display: inline-block;
		width: auto;
		border: none
	}

	.new-prot {
		margin: 0
	}

	.new-prot .fr .img {
		float: right
	}

	.news-block .titles .fr {
		float: none;
		width: 100%;
	}

	.index-banner2 {
		margin-top: 0
	}

	.index-type li.active span {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.new-prot .prot-item {
		width: 100%;
		height: auto;
	}

	.new-prot .prot-item:nth-child(1),
	.new-prot .prot-item:nth-child(3),
	.new-prot .prot-item:nth-child(1),
	.new-prot .prot-item:nth-child(2) {
		border: none;
		border-bottom: 1px solid #e6e6e6
	}

	.prot-tit {
		font-size: 14px;
	}

	.prot-item .desc {
		font-size: 12px
	}

	.block-item .tit {
		left: 0;
		top: 10px;
	}

	.block-item .tags a {
		font-size: 14px;
	}

}

@media screen and (max-width: 500px) {
	#header {
		padding: 0 10px;
	}

	.breadcrumb {
		font-size: 14px;
	}

	.language {
		font-size: 12px;
		right: 40px;
	}

	.new-prot .fr .text,
	.new-prot .fr .img {
		max-width: 58%;
	}

	.new-prot .fr .img {
		max-width: 41%;
	}

	.new-prot .fl>p {
		font-size: 20px;
	}

	.index-product {
		box-shadow: none;
	}

	.toggle-page {
		bottom: 10px;
	}

	.index-type li {
		padding: 0 15px;
		margin: 20px 0;
	}

	.index-product {
		margin-top: 0;
	}

	.type-prot {
		padding: 0 50px
	}

	.type-prot .swiper-button-prev {
		left: 5px;
	}

	.type-prot .swiper-button-next {
		right: 5px;
	}

	.main-block .fl,
	.main-block .fr {
		float: none;
		width: 100%;
	}

	.main-block .fl {
		height: 340px;
		margin-bottom: 30px;
	}

	.main-block .fr .block-item:first-child {
		height: 255px;
	}

	.trade-head {
		overflow-y: scroll;
		white-space: nowrap;
		background-color: rgba(13, 111, 184, 0.44);
	}

	.trade-block ul {
		float: none;
		width: 100%;
		padding: 0;
		text-align: left;
		border: none;
		width: auto;
	}

	.trade-block li.active {
		background: rgba(255, 255, 255, 0.75);
	}

	.trade-block li.active span {
		background: none;
		color: #000;
	}

	.trade-block {
		padding: 15px 0
	}

	.trade-more {
		text-align: center;
	}

	.trade-block .tit-desc {
		font-size: 12px;
	}

	.trade-block .all-contens {
		position: static;
		width: 100%;
		transform: translateY(0)
	}

	.trade-block li {
		display: inline-block;
	}

	.trade-block li span {
		padding: 5px 15px;
	}

	.all-contens .recommend {
		margin: 25px 0
	}

	.trade-block .all-contens {
		font-size: 14px;
		padding: 0 10px;
	}

	.news-block .img,
	.new-list {
		float: none;
		width: 100%;
		max-width: none;
	}

	.info-tab li a {
		padding: 10px 0;
		text-align: center;
	}

	.tech-form .form-inline-block label,
	.tech-form .form-block label,
	.tech-form .Verification label,
	.tech-form .form-check span,
	.Verification {
		width: 25%;
	}

	.tech-form .form-inline-block input,
	.tech-form .form-inline-block select,
	.tech-form .Verification input {
		width: 73%;
	}

	.solution-content .detail p {
		text-indent: 0em
	}

	.card .text-ellipsis {
		font-size: 14px
	}

	.list-content .list-item {
		width: 100%;
	}

	.breadcrumb>li {
		font-size: 12px;
	}

	.breadcrumb>li a,
	.breadcrumb>li::before,
	.breadcrumb>li span {
		float: left;
	}

	.breadcrumb>li+li:before {
		padding: 0;
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: normal;
		word-break: break-all;
	}

	.type-prot {
		padding: 0 35px;
	}

	.type-prot h5 {
		font-size: 12px;
	}

	.type-prot p {
		font-size: 12px;
	}

	.block-item img {
		object-position: top;
	}

	.cond-item .all-model span,
	.cond-item .all-model i {
		white-space: nowrap;
		width: auto;
		min-width: 60px;
		padding: 0 10px;
	}

	.toggle-page .swiper-pagination-bullet,
	.toggle-page .swiper-pagination-bullet-active {
		width: 2px;
	}

	.toggle-page .prev::after,
	.toggle-page .next::after {
		border-width: 1px;
		top: 4px;
	}

	.all-jobs .phone p,
	.all-jobs .phone input,
	.all-jobs .phone span,
	.all-jobs .phone strong,
	.all-jobs .phone label {
		color: #000;
		font-weight: normal !important;
	}

	.trade-block {
		background: url(../image/trade-block-bg.png) center !important;
		background-size: cover !important;
		padding: 50px 0;
	}

	.content.toggle {
		border: none;
	}

	.all-contens .recommend span {
		display: block;
		font-weight: bold;
		font-size: 16px;
		color: #72c0ff;
	}

	.all-contens .recommend a {
		margin: 0 10px 0 0;
	}

	.trade-block ul {
		padding: 10px 0 20px;
		float: left;
	}

	.trade-block ul li {
		margin-top: 10px;
	}

	.trade-block .content {
		padding: 0 !important;
	}

	.trade-more {
		text-align: left;
	}

	.trade-more a {
		background: #146fb8;
		border-radius: 50px !important;
		border: none !important;
		padding: 7px 15px !important;
		font-size: 12px !important;
	}

	.main-block {
		padding: 10px 0;
	}

	.prot-item .desc {
		width: 78%;
	}

	.block-item .tags a {
		border-color: #fff;
	}

	.trade-block h2 {
		font-size: 20px;
	}

	.all-contens .trade-item h3 {
		font-size: 17px;
	}

	.div_pc {
		display: none;
	}

	.div_phone {
		display: block;
	}

	.new-prot .prot-item:nth-child(1),
	.new-prot .prot-item:nth-child(4n),
	.new-prot .prot-item:nth-child(3n-1) {
		border-right: none;
		border-bottom: 1px solid #e6e6e6;
	}

	.main-block .fl {
		margin: auto;
	}

	.block-item h5 {
		text-indent: 5px;
	}

}

.type-prot-item li a.spa{
	font-size: 13px;
	line-height: 1.8;
}
.flo_lef li span{
	font-size: 13px;
}